ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentToPrevious Method

In This Topic
    MoveCurrentToPrevious Method
    In This Topic
    Sets the item before the CurrentItem in the view as the CurrentItem.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToPrevious() As System.Boolean
    public System.bool MoveCurrentToPrevious()
    See Also